Vcenter Datacenter CreateSpec

Vcenter Datacenter CreateSpec
Vcenter Datacenter CreateSpec

The Vcenter Datacenter CreateSpec schema defines the information used to create a datacenter.

JSON Example
{
    "name": "string",
    "folder": "string"
}
string
name
Required

The name of the datacenter to be created.

string
folder
Optional

Datacenter folder in which the new datacenter should be created.

This property is currently required. In the future, if this property is missing or null, the system will attempt to choose a suitable folder for the datacenter; if a folder cannot be chosen, the datacenter creation operation will fail.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.